pp108 : relatedColumn Property

relatedColumn Property


String that denotes the field value which is used as a lookup field.

Syntax

HTML

<IMG class="buslookup" relatedColumn=sColumnName>

Scripting

imgID.relatedColumn = sColumnName


Parameters

Parameter

Description

sColumnName

String that denotes the field which is used as a look up field. This can be the name of the Primary key or the foreign key. Incase of primary key, this will be used in a Find page.


Example


The following example shows how the property can be used.

<!-- HTML definition of the IMG tag for lookup -->
<IMG id="imgLookup" class="buslookup" relatedColumn="EmployeeID" extraColumn="FirstName"
     application="employeesApp.XMLDocument">

See Also


buslookup